home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00252_Script_252 < prev    next >
Text File  |  2001-04-13  |  278b  |  14 lines

  1. on mouseLeave
  2.   if the mousecast > 0 then
  3.     if the name of the member of the mousecast <> "home_n" then
  4.       sprite(101).visible = 0
  5.  hidesprite [100]
  6.       updatestage
  7.     end if
  8.   else
  9.     sprite(101).visible = 0
  10.  hidesprite [100]
  11.     updatestage
  12.   end if
  13. end
  14.